home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / eedsrc24.zip / EEP24SRC.ZIP / EESTRING.H < prev    next >
C/C++ Source or Header  |  1990-09-03  |  588b  |  16 lines

  1. /*****************************************************************************
  2. *   Module to handle screen printing.                         *
  3. *                                         *
  4. * Written by:  Gershon Elber            IBM PC Ver 1.0,    Dec. 1989    *
  5. *****************************************************************************/
  6.  
  7. #ifndef EESTRING_H
  8. #define EESTRING_H
  9.  
  10. void PutTextInfo(TextOrientationType Orient, int PosX, int PosY, int Scale,
  11.                                  char *Str);
  12. void PutLineTextInfo(int x1, int y1, int x2, int y2, char *PinText, int PinNum,
  13.                 BooleanType TextInside, BooleanType DrawNums);
  14.  
  15. #endif EESTRING_H
  16.